treeview: Don't handle ::delete-event
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Jan 2018 14:04:56 +0000 (09:04 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 16 Jan 2018 19:14:09 +0000 (14:14 -0500)
commit76fea5c5fad0c29a9cb096080b4c9a784aeb9008
treecef3c5087972a5ff18b785d813d884151bf81462
parent7e491fd3fc886370115c47753a69b6fa9acec1e4
treeview: Don't handle ::delete-event

I don't think there is a way to get a delete event
on this popup - there's no window decorations, no close
button, etc. So no need to handle ::delete-event.
gtk/gtktreeview.c